net/http.http2serverConn.sendWindowUpdate (method)

10 uses

	net/http (current package)
		h2_bundle.go#L4903: 		sc.sendWindowUpdate(nil, int(diff))
		h2_bundle.go#L5561: 			sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5698: 		sc.sendWindowUpdate(nil, p.Len())
		h2_bundle.go#L5842: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5859: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5880: 				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
		h2_bundle.go#L6463: 	sc.sendWindowUpdate(nil, n) // conn-level
		h2_bundle.go#L6467: 		sc.sendWindowUpdate(st, n)
		h2_bundle.go#L6473: 	sc.sendWindowUpdate(st, int(n))
		h2_bundle.go#L6477: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {